reftests: Fix css-currentcolor-alpha.ui test
authorBenjamin Otte <otte@redhat.com>
Wed, 27 Mar 2019 23:27:51 +0000 (00:27 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000 (09:56 +0100)
The test did not draw anything, which fails now.

testsuite/reftests/css-currentcolor-alpha.css

index 363dccc5a2c9059e6085b2e3ed5d5f447ad6ee57..2479f8eb374e4584862826daefca40caaa69034a 100644 (file)
@@ -2,6 +2,8 @@
 
 window {
   color: alpha(currentColor, 0.0);
+  /* So we draw something */
+  border: 1px solid rebeccapurple;
 }
 
 #reference {